country_decisions = {

	gbr_tutorial_decision = {
		potential = {
			tag = GBR
			has_country_flag = tutorial_gbr_flag
			NOT = {
				has_country_flag = taken_tutorial_gbr_flag
			}
		}
		allow = {
			tag = GBR
			prestige = 0.5
		}
		effect = {
			prestige = 5
			treasury = 5
			set_country_flag = taken_tutorial_gbr_flag
		}
		ai_will_do = {
			factor = 0
		}
	}
}